﻿2026-08-18T03:02:01.4874942Z ##[group]Run set -euo pipefail
2026-08-18T03:02:01.4875257Z [36;1mset -euo pipefail[0m
2026-08-18T03:02:01.4875467Z [36;1mPIN=0c95435[0m
2026-08-18T03:02:01.4875678Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-18T03:02:01.4875925Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-18T03:02:01.4876240Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-18T03:02:01.4876648Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-18T03:02:01.4877204Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-18T03:02:01.4877547Z [36;1m  rm -rf "$CACHE"[0m
2026-08-18T03:02:01.4877776Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-18T03:02:01.4878039Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-18T03:02:01.4878378Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-18T03:02:01.4878821Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-18T03:02:01.4879540Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-18T03:02:01.4880004Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-18T03:02:01.4880414Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-18T03:02:01.4880835Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-18T03:02:01.4881292Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-18T03:02:01.4881713Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-18T03:02:01.4882083Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-18T03:02:01.4882428Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-18T03:02:01.4882844Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-18T03:02:01.4883167Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-18T03:02:01.4883406Z [36;1mfi[0m
2026-08-18T03:02:01.4883664Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-18T03:02:01.4884050Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-18T03:02:01.4895386Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T03:02:01.4895677Z env:
2026-08-18T03:02:01.4895863Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-18T03:02:01.4896225Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32093894524-1-StWWWT
2026-08-18T03:02:01.4896663Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32093894524-1-StWWWT
2026-08-18T03:02:01.4897065Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32093894524-1-StWWWT
2026-08-18T03:02:01.4897471Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32093894524-1-StWWWT
2026-08-18T03:02:01.4897812Z ##[endgroup]
2026-08-18T03:02:01.7930203Z    Compiling proc-macro2 v1.0.106
2026-08-18T03:02:01.7930613Z    Compiling unicode-ident v1.0.24
2026-08-18T03:02:01.7930908Z    Compiling quote v1.0.45
2026-08-18T03:02:01.7931162Z    Compiling libc v0.2.186
2026-08-18T03:02:01.7931502Z    Compiling serde_core v1.0.228
2026-08-18T03:02:01.7931916Z    Compiling cfg-if v1.0.4
2026-08-18T03:02:01.7955236Z    Compiling serde v1.0.228
2026-08-18T03:02:01.7979287Z    Compiling typenum v1.20.1
2026-08-18T03:02:01.8022854Z    Compiling log v0.4.32
2026-08-18T03:02:01.8035199Z    Compiling pin-project-lite v0.2.17
2026-08-18T03:02:01.8054564Z    Compiling portable-atomic v1.13.1
2026-08-18T03:02:01.8095335Z    Compiling version_check v0.9.5
2026-08-18T03:02:01.8145243Z    Compiling memchr v2.8.1
2026-08-18T03:02:01.8244011Z    Compiling critical-section v1.2.0
2026-08-18T03:02:01.8251048Z    Compiling shlex v2.0.1
2026-08-18T03:02:01.8482387Z    Compiling find-msvc-tools v0.1.9
2026-08-18T03:02:01.8760341Z    Compiling futures-core v0.3.32
2026-08-18T03:02:01.8928374Z    Compiling subtle v2.6.1
2026-08-18T03:02:01.9101513Z    Compiling bytes v1.11.1
2026-08-18T03:02:02.0188918Z    Compiling smallvec v1.15.1
2026-08-18T03:02:02.0350913Z    Compiling equivalent v1.0.2
2026-08-18T03:02:02.0821242Z    Compiling itoa v1.0.18
2026-08-18T03:02:02.1101015Z    Compiling semver v1.0.28
2026-08-18T03:02:02.1101777Z    Compiling stable_deref_trait v1.2.1
2026-08-18T03:02:02.1180643Z    Compiling futures-io v0.3.32
2026-08-18T03:02:02.1291732Z    Compiling slab v0.4.12
2026-08-18T03:02:02.1392245Z    Compiling futures-sink v0.3.32
2026-08-18T03:02:02.1680838Z    Compiling futures-task v0.3.32
2026-08-18T03:02:02.1741022Z    Compiling generic-array v0.14.7
2026-08-18T03:02:02.2301100Z    Compiling futures-channel v0.3.32
2026-08-18T03:02:02.3016908Z    Compiling rand_core v0.10.1
2026-08-18T03:02:02.3186804Z    Compiling bitflags v2.12.1
2026-08-18T03:02:02.3191726Z    Compiling getrandom v0.4.2
2026-08-18T03:02:02.3301787Z    Compiling hashbrown v0.17.1
2026-08-18T03:02:02.3810331Z    Compiling rustc_version v0.4.1
2026-08-18T03:02:02.3869493Z    Compiling rustversion v1.0.22
2026-08-18T03:02:02.3870508Z    Compiling cpufeatures v0.2.17
2026-08-18T03:02:02.4430166Z    Compiling fnv v1.0.7
2026-08-18T03:02:02.4550700Z    Compiling cfg_aliases v0.2.1
2026-08-18T03:02:02.4629892Z    Compiling strsim v0.11.1
2026-08-18T03:02:02.5042233Z    Compiling writeable v0.6.3
2026-08-18T03:02:02.5105866Z    Compiling litemap v0.8.2
2026-08-18T03:02:02.5217331Z    Compiling fs_extra v1.3.0
2026-08-18T03:02:02.5358282Z    Compiling dunce v1.0.5
2026-08-18T03:02:02.6021261Z    Compiling utf8_iter v1.0.4
2026-08-18T03:02:02.6162325Z    Compiling ident_case v1.0.1
2026-08-18T03:02:02.6811923Z    Compiling icu_properties_data v2.2.0
2026-08-18T03:02:02.7161573Z    Compiling icu_normalizer_data v2.2.0
2026-08-18T03:02:02.7330983Z    Compiling percent-encoding v2.3.2
2026-08-18T03:02:02.7401017Z    Compiling autocfg v1.5.1
2026-08-18T03:02:02.7642652Z    Compiling http v1.4.1
2026-08-18T03:02:02.9311003Z    Compiling cpufeatures v0.3.0
2026-08-18T03:02:02.9600611Z    Compiling unicode-segmentation v1.13.3
2026-08-18T03:02:02.9640890Z    Compiling thiserror v2.0.18
2026-08-18T03:02:02.9920664Z    Compiling aws-lc-rs v1.17.0
2026-08-18T03:02:02.9960231Z    Compiling scopeguard v1.2.0
2026-08-18T03:02:02.9990729Z    Compiling form_urlencoded v1.2.2
2026-08-18T03:02:03.0500654Z    Compiling syn v2.0.117
2026-08-18T03:02:03.0719988Z    Compiling indexmap v2.14.0
2026-08-18T03:02:03.0925139Z    Compiling lock_api v0.4.14
2026-08-18T03:02:03.1153087Z    Compiling untrusted v0.9.0
2026-08-18T03:02:03.1396966Z    Compiling rustls v0.23.40
2026-08-18T03:02:03.1920638Z    Compiling heck v0.5.0
2026-08-18T03:02:03.2431171Z    Compiling hybrid-array v0.4.12
2026-08-18T03:02:03.2630672Z    Compiling const-oid v0.10.2
2026-08-18T03:02:03.2760495Z    Compiling unicode-xid v0.2.6
2026-08-18T03:02:03.3010679Z    Compiling atomic-waker v1.1.2
2026-08-18T03:02:03.3573440Z    Compiling anyhow v1.0.102
2026-08-18T03:02:03.3882380Z    Compiling convert_case v0.10.0
2026-08-18T03:02:03.3942645Z    Compiling paste v1.0.15
2026-08-18T03:02:03.3943705Z    Compiling parking_lot_core v0.9.12
2026-08-18T03:02:03.4386526Z    Compiling zerocopy v0.8.50
2026-08-18T03:02:03.4571883Z    Compiling httparse v1.10.1
2026-08-18T03:02:03.5050732Z    Compiling fastrand v2.4.1
2026-08-18T03:02:03.5299504Z    Compiling num-traits v0.2.19
2026-08-18T03:02:03.6040802Z    Compiling jobserver v0.1.34
2026-08-18T03:02:03.6664883Z    Compiling curve25519-dalek v4.1.3
2026-08-18T03:02:03.6770617Z    Compiling ahash v0.8.12
2026-08-18T03:02:03.7070620Z    Compiling powerfmt v0.2.0
2026-08-18T03:02:03.7239716Z    Compiling either v1.16.0
2026-08-18T03:02:03.7895967Z    Compiling http-body v1.0.1
2026-08-18T03:02:03.8399532Z    Compiling base64ct v1.8.3
2026-08-18T03:02:03.8900841Z    Compiling cc v1.2.63
2026-08-18T03:02:03.8940634Z    Compiling deranged v0.5.8
2026-08-18T03:02:03.9226289Z    Compiling crypto-common v0.2.2
2026-08-18T03:02:03.9405298Z    Compiling block-buffer v0.12.0
2026-08-18T03:02:03.9470794Z    Compiling inout v0.2.2
2026-08-18T03:02:04.0336151Z    Compiling crypto-common v0.1.7
2026-08-18T03:02:04.0392781Z    Compiling block-buffer v0.10.4
2026-08-18T03:02:04.1001100Z    Compiling tinyvec_macros v0.1.1
2026-08-18T03:02:04.1413711Z    Compiling digest v0.10.7
2026-08-18T03:02:04.1492638Z    Compiling pem-rfc7468 v1.0.0
2026-08-18T03:02:04.1500683Z    Compiling try-lock v0.2.5
2026-08-18T03:02:04.1781437Z    Compiling zmij v1.0.21
2026-08-18T03:02:04.2159519Z    Compiling pkg-config v0.3.33
2026-08-18T03:02:04.2481333Z    Compiling data-encoding v2.11.0
2026-08-18T03:02:04.2980923Z    Compiling num-conv v0.2.2
2026-08-18T03:02:04.3190964Z    Compiling mio v1.2.1
2026-08-18T03:02:04.4024456Z    Compiling socket2 v0.6.4
2026-08-18T03:02:04.4103920Z    Compiling getrandom v0.2.17
2026-08-18T03:02:04.4470605Z    Compiling vcpkg v0.2.15
2026-08-18T03:02:04.5743121Z    Compiling rand_core v0.6.4
2026-08-18T03:02:04.6010563Z    Compiling uuid v1.23.2
2026-08-18T03:02:04.6579709Z    Compiling time-core v0.1.8
2026-08-18T03:02:04.7225822Z    Compiling tower-service v0.3.3
2026-08-18T03:02:04.7321254Z    Compiling base64 v0.22.1
2026-08-18T03:02:04.7426498Z    Compiling parking_lot v0.12.5
2026-08-18T03:02:04.8182069Z    Compiling sha2 v0.10.9
2026-08-18T03:02:04.8500900Z    Compiling cipher v0.5.2
2026-08-18T03:02:05.0299108Z    Compiling want v0.3.1
2026-08-18T03:02:05.0990826Z    Compiling chacha20 v0.10.0
2026-08-18T03:02:05.1300270Z    Compiling tinyvec v1.11.0
2026-08-18T03:02:05.1401256Z    Compiling inout v0.1.4
2026-08-18T03:02:05.1554191Z    Compiling spt-procident v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-18T03:02:05.1966620Z    Compiling vergen-lib v9.1.0
2026-08-18T03:02:05.2451143Z    Compiling n0-future v0.3.2
2026-08-18T03:02:05.2551083Z    Compiling winnow v1.0.3
2026-08-18T03:02:05.3112310Z    Compiling cmake v0.1.58
2026-08-18T03:02:05.3300941Z    Compiling crossbeam-utils v0.8.21
2026-08-18T03:02:05.3450862Z    Compiling diatomic-waker v0.2.3
2026-08-18T03:02:05.3986621Z    Compiling rand v0.10.1
2026-08-18T03:02:05.3988255Z    Compiling signature v2.2.0
2026-08-18T03:02:05.4147934Z    Compiling spin v0.10.0
2026-08-18T03:02:05.4592332Z    Compiling cordyceps v0.3.4
2026-08-18T03:02:05.4711183Z    Compiling parking v2.2.1
2026-08-18T03:02:05.4780804Z    Compiling httpdate v1.0.3
2026-08-18T03:02:05.5120523Z    Compiling serde_json v1.0.150
2026-08-18T03:02:05.5194076Z    Compiling ed25519 v2.2.3
2026-08-18T03:02:05.5693728Z    Compiling spt-poolguard v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-18T03:02:05.6167922Z    Compiling futures-lite v2.6.1
2026-08-18T03:02:05.6737921Z    Compiling cipher v0.4.4
2026-08-18T03:02:05.6802101Z    Compiling digest v0.11.3
2026-08-18T03:02:05.7057156Z    Compiling netlink-packet-core v0.8.1
2026-08-18T03:02:05.7600867Z    Compiling universal-hash v0.5.1
2026-08-18T03:02:05.7810712Z    Compiling vergen-lib v0.1.6
2026-08-18T03:02:05.8042405Z    Compiling vergen v9.1.0
2026-08-18T03:02:05.8400269Z    Compiling futures-buffered v0.2.13
2026-08-18T03:02:05.8481647Z    Compiling heapless v0.7.17
2026-08-18T03:02:05.8575486Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-18T03:02:05.9339071Z    Compiling noq-udp v0.10.0
2026-08-18T03:02:05.9361862Z    Compiling aho-corasick v1.1.4
2026-08-18T03:02:05.9410731Z    Compiling sync_wrapper v1.0.2
2026-08-18T03:02:05.9882988Z    Compiling byteorder v1.5.0
2026-08-18T03:02:06.0360436Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-18T03:02:06.0460877Z    Compiling opaque-debug v0.3.1
2026-08-18T03:02:06.0615100Z    Compiling allocator-api2 v0.2.21
2026-08-18T03:02:06.0797843Z    Compiling regex-syntax v0.8.10
2026-08-18T03:02:06.0881651Z    Compiling polyval v0.6.2
2026-08-18T03:02:06.1712927Z    Compiling aws-lc-sys v0.41.0
2026-08-18T03:02:06.1823781Z    Compiling ring v0.17.14
2026-08-18T03:02:06.1923757Z    Compiling libsqlite3-sys v0.30.1
2026-08-18T03:02:06.2571125Z    Compiling spt-store v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-18T03:02:06.3247574Z    Compiling hash32 v0.2.1
2026-08-18T03:02:06.3850613Z    Compiling vergen-gitcl v1.0.8
2026-08-18T03:02:06.3920734Z    Compiling spin v0.9.8
2026-08-18T03:02:06.5008416Z    Compiling tower-layer v0.3.3
2026-08-18T03:02:06.5142764Z    Compiling fallible-iterator v0.3.0
2026-08-18T03:02:06.5650640Z    Compiling ryu v1.0.23
2026-08-18T03:02:06.6260865Z    Compiling signature v3.0.0
2026-08-18T03:02:06.6719930Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-18T03:02:06.7100600Z    Compiling num_threads v0.1.7
2026-08-18T03:02:06.7770937Z    Compiling ghash v0.5.1
2026-08-18T03:02:06.7905459Z    Compiling aes v0.8.4
2026-08-18T03:02:06.8050743Z    Compiling time v0.3.47
2026-08-18T03:02:06.8458164Z    Compiling ctr v0.9.2
2026-08-18T03:02:06.8989979Z    Compiling sha2 v0.11.0-rc.5
2026-08-18T03:02:06.9331837Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-18T03:02:07.0130299Z    Compiling fs2 v0.4.3
2026-08-18T03:02:07.0818457Z    Compiling aead v0.5.2
2026-08-18T03:02:07.1550872Z    Compiling http-body-util v0.1.3
2026-08-18T03:02:07.2019881Z    Compiling arrayvec v0.7.6
2026-08-18T03:02:07.3231166Z    Compiling utf8parse v0.2.2
2026-08-18T03:02:07.3970771Z    Compiling openssl-probe v0.2.1
2026-08-18T03:02:07.4100462Z    Compiling rustix v1.1.4
2026-08-18T03:02:07.4522829Z    Compiling aes-gcm v0.10.3
2026-08-18T03:02:07.5310303Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-18T03:02:07.5958529Z    Compiling crossbeam-channel v0.5.15
2026-08-18T03:02:07.6017362Z    Compiling crossbeam-epoch v0.9.18
2026-08-18T03:02:07.6064738Z    Compiling blake3 v1.8.5
2026-08-18T03:02:07.8084543Z    Compiling netlink-packet-route v0.29.0
2026-08-18T03:02:07.8700682Z    Compiling memoffset v0.6.5
2026-08-18T03:02:07.9001199Z    Compiling acto v0.8.2
2026-08-18T03:02:08.0160668Z    Compiling netwatch v0.16.0
2026-08-18T03:02:08.0285300Z    Compiling noq v0.18.0
2026-08-18T03:02:08.0460874Z    Compiling ref-cast v1.0.25
2026-08-18T03:02:08.1971381Z    Compiling sorted-index-buffer v0.2.1
2026-08-18T03:02:08.1977327Z    Compiling linux-raw-sys v0.12.1
2026-08-18T03:02:08.2198695Z    Compiling lru-slab v0.1.2
2026-08-18T03:02:08.3235191Z    Compiling synstructure v0.13.2
2026-08-18T03:02:08.3320743Z    Compiling darling_core v0.20.11
2026-08-18T03:02:08.3360412Z    Compiling rustc-hash v2.1.2
2026-08-18T03:02:08.3846191Z    Compiling tagptr v0.2.0
2026-08-18T03:02:08.4299806Z    Compiling proc-macro-crate v3.5.0
2026-08-18T03:02:08.5300329Z    Compiling regex-automata v0.4.14
2026-08-18T03:02:08.6535233Z    Compiling thiserror v1.0.69
2026-08-18T03:02:08.6815655Z    Compiling xml-rs v0.8.28
2026-08-18T03:02:08.8951269Z    Compiling mac-addr v0.3.0
2026-08-18T03:02:08.9434045Z    Compiling identity-hash v0.1.0
2026-08-18T03:02:08.9619632Z    Compiling foldhash v0.2.0
2026-08-18T03:02:09.0643786Z    Compiling serde_derive_internals v0.29.1
2026-08-18T03:02:09.0742406Z    Compiling hashbrown v0.16.1
2026-08-18T03:02:09.1955182Z    Compiling netlink-packet-route v0.30.0
2026-08-18T03:02:09.5511346Z    Compiling xmltree v0.10.3
2026-08-18T03:02:09.6724933Z    Compiling ioctl-rs v0.1.6
2026-08-18T03:02:09.7579291Z    Compiling errno v0.3.14
2026-08-18T03:02:09.7698769Z    Compiling serial-core v0.4.0
2026-08-18T03:02:09.8375108Z    Compiling termios v0.2.2
2026-08-18T03:02:09.8823604Z    Compiling simple-dns v0.9.3
2026-08-18T03:02:09.9500722Z    Compiling simdutf8 v0.1.5
2026-08-18T03:02:09.9511502Z    Compiling toml_write v0.1.2
2026-08-18T03:02:09.9683189Z    Compiling sha1_smol v1.0.1
2026-08-18T03:02:10.1458900Z    Compiling serde_derive v1.0.228
2026-08-18T03:02:10.1722389Z    Compiling zeroize_derive v1.4.3
2026-08-18T03:02:10.1925565Z    Compiling tokio-macros v2.7.0
2026-08-18T03:02:10.2012617Z    Compiling futures-macro v0.3.32
2026-08-18T03:02:10.2150865Z    Compiling zerofrom-derive v0.1.7
2026-08-18T03:02:10.2673379Z    Compiling yoke-derive v0.8.2
2026-08-18T03:02:10.2918068Z    Compiling zerovec-derive v0.11.3
2026-08-18T03:02:10.6657311Z    Compiling zeroize v1.8.2
2026-08-18T03:02:10.8517586Z    Compiling displaydoc v0.2.6
2026-08-18T03:02:10.8647761Z    Compiling tokio v1.52.3
2026-08-18T03:02:11.0882604Z    Compiling futures-util v0.3.32
2026-08-18T03:02:11.1507993Z    Compiling tracing-attributes v0.1.31
2026-08-18T03:02:11.4782574Z    Compiling rustls-pki-types v1.14.1
2026-08-18T03:02:11.5740769Z    Compiling zerofrom v0.1.8
2026-08-18T03:02:11.6065193Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-18T03:02:11.6505159Z    Compiling thiserror-impl v2.0.18
2026-08-18T03:02:11.6799371Z    Compiling yoke v0.8.3
2026-08-18T03:02:11.8950777Z    Compiling zerovec v0.11.6
2026-08-18T03:02:12.1932416Z    Compiling zerotrie v0.2.4
2026-08-18T03:02:12.2333892Z    Compiling darling_macro v0.20.11
2026-08-18T03:02:12.3198863Z    Compiling derive_more-impl v2.1.1
2026-08-18T03:02:12.5550949Z    Compiling darling v0.20.11
2026-08-18T03:02:12.5830719Z    Compiling spez v0.1.2
2026-08-18T03:02:12.6085756Z    Compiling tinystr v0.8.3
2026-08-18T03:02:12.6100009Z    Compiling potential_utf v0.1.5
2026-08-18T03:02:12.6761399Z    Compiling derive_builder_core v0.20.2
2026-08-18T03:02:12.7657430Z    Compiling icu_collections v2.2.0
2026-08-18T03:02:12.7723610Z    Compiling n0-error-macros v0.1.3
2026-08-18T03:02:12.8820512Z    Compiling icu_locale_core v2.2.0
2026-08-18T03:02:13.3060910Z    Compiling der v0.8.0-rc.10
2026-08-18T03:02:13.4390920Z    Compiling pin-project-internal v1.1.13
2026-08-18T03:02:13.8433167Z    Compiling n0-error v0.1.3
2026-08-18T03:02:13.9840916Z    Compiling icu_provider v2.2.0
2026-08-18T03:02:14.1830485Z    Compiling derive_builder_macro v0.20.2
2026-08-18T03:02:14.2162195Z    Compiling ed25519-dalek v2.2.0
2026-08-18T03:02:14.4173090Z    Compiling icu_normalizer v2.2.0
2026-08-18T03:02:14.4260495Z    Compiling icu_properties v2.2.0
2026-08-18T03:02:14.5581187Z    Compiling derive_builder v0.20.2
2026-08-18T03:02:14.5691434Z    Compiling futures-executor v0.3.32
2026-08-18T03:02:14.7909842Z    Compiling pin-project v1.1.13
2026-08-18T03:02:14.8564540Z    Compiling spki v0.8.0-rc.4
2026-08-18T03:02:14.9218155Z    Compiling futures v0.3.32
2026-08-18T03:02:14.9384685Z    Compiling spt-proto v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-18T03:02:14.9830433Z    Compiling cobs v0.3.0
2026-08-18T03:02:14.9929910Z    Compiling regex v1.12.3
2026-08-18T03:02:15.0240793Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-18T03:02:15.0551391Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-18T03:02:15.1133930Z    Compiling postcard-derive v0.2.2
2026-08-18T03:02:15.1671015Z    Compiling rustls-native-certs v0.8.4
2026-08-18T03:02:15.2661387Z    Compiling async-trait v0.1.89
2026-08-18T03:02:15.4059853Z    Compiling ipnet v2.12.0
2026-08-18T03:02:15.6046840Z    Compiling ed25519 v3.0.0-rc.4
2026-08-18T03:02:15.6166532Z    Compiling data-encoding-macro v0.1.20
2026-08-18T03:02:15.6692953Z    Compiling iroh-metrics-derive v0.4.1
2026-08-18T03:02:15.8492432Z    Compiling prefix-trie v0.8.4
2026-08-18T03:02:16.0510935Z    Compiling idna_adapter v1.2.2
2026-08-18T03:02:16.0950355Z    Compiling enum-assoc v1.3.0
2026-08-18T03:02:16.1603149Z    Compiling once_cell v1.21.4
2026-08-18T03:02:16.1894315Z    Compiling idna v1.1.0
2026-08-18T03:02:16.2110861Z    Compiling strum_macros v0.28.0
2026-08-18T03:02:16.3027993Z    Compiling postcard v1.1.3
2026-08-18T03:02:16.3101055Z    Compiling num_enum_derive v0.7.6
2026-08-18T03:02:16.3218767Z    Compiling moka v0.12.15
2026-08-18T03:02:16.3818870Z    Compiling tracing-core v0.1.36
2026-08-18T03:02:16.5992619Z    Compiling url v2.5.8
2026-08-18T03:02:16.6600441Z    Compiling tokio-util v0.7.18
2026-08-18T03:02:16.7301151Z    Compiling derive_more v2.1.1
2026-08-18T03:02:16.7911093Z    Compiling hashbrown v0.14.5
2026-08-18T03:02:16.9001058Z    Compiling tracing v0.1.44
2026-08-18T03:02:16.9155069Z    Compiling netlink-sys v0.8.8
2026-08-18T03:02:17.2013330Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-18T03:02:17.2169441Z    Compiling tower v0.5.3
2026-08-18T03:02:17.2841939Z    Compiling iroh-metrics v0.38.3
2026-08-18T03:02:17.3442811Z    Compiling num_enum v0.7.6
2026-08-18T03:02:17.4318327Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-18T03:02:17.4319601Z    Compiling attohttpc v0.30.1
2026-08-18T03:02:17.4807168Z    Compiling netdev v0.42.0
2026-08-18T03:02:17.5930742Z    Compiling iroh-base v0.98.0
2026-08-18T03:02:17.6420936Z    Compiling hashlink v0.9.1
2026-08-18T03:02:17.6530950Z    Compiling netlink-proto v0.12.0
2026-08-18T03:02:17.7219324Z    Compiling h2 v0.4.14
2026-08-18T03:02:17.9272406Z    Compiling n0-watcher v0.6.1
2026-08-18T03:02:17.9456834Z    Compiling tower-http v0.6.11
2026-08-18T03:02:17.9580966Z    Compiling tokio-stream v0.1.18
2026-08-18T03:02:17.9770795Z    Compiling iroh-relay v0.98.0
2026-08-18T03:02:18.0330758Z    Compiling rusqlite v0.32.1
2026-08-18T03:02:18.1810828Z    Compiling serde_spanned v0.6.9
2026-08-18T03:02:18.2282154Z    Compiling toml_datetime v0.6.11
2026-08-18T03:02:18.3051766Z    Compiling thiserror-impl v1.0.69
2026-08-18T03:02:18.4595287Z    Compiling ref-cast-impl v1.0.25
2026-08-18T03:02:18.4904884Z    Compiling constant_time_eq v0.4.2
2026-08-18T03:02:18.5013684Z    Compiling arrayref v0.3.9
2026-08-18T03:02:18.5250485Z    Compiling smol_str v0.1.24
2026-08-18T03:02:18.5540622Z    Compiling winnow v0.7.15
2026-08-18T03:02:18.5585156Z    Compiling signal-hook v0.3.18
2026-08-18T03:02:18.5920842Z    Compiling resolv-conf v0.7.6
2026-08-18T03:02:18.8971247Z    Compiling strum v0.28.0
2026-08-18T03:02:18.9922426Z    Compiling iroh-dns v0.98.0
2026-08-18T03:02:19.0178440Z    Compiling webpki-roots v1.0.7
2026-08-18T03:02:19.0710870Z    Compiling schemars_derive v1.2.1
2026-08-18T03:02:19.1230339Z    Compiling serial-unix v0.4.0
2026-08-18T03:02:19.1393140Z    Compiling signal-hook-registry v1.4.8
2026-08-18T03:02:19.1564510Z    Compiling lru v0.16.4
2026-08-18T03:02:19.3946813Z    Compiling darling_core v0.23.0
2026-08-18T03:02:19.4147488Z    Compiling serde_bytes v0.11.19
2026-08-18T03:02:19.4710576Z    Compiling hmac v0.12.1
2026-08-18T03:02:19.4753041Z    Compiling seize v0.5.1
2026-08-18T03:02:19.5344337Z    Compiling iroh v0.98.2
2026-08-18T03:02:19.5490946Z    Compiling bitflags v1.3.2
2026-08-18T03:02:19.5901522Z    Compiling dyn-clone v1.0.20
2026-08-18T03:02:19.6101291Z    Compiling pin-utils v0.1.0
2026-08-18T03:02:19.6203272Z    Compiling cmov v0.5.4
2026-08-18T03:02:19.6617521Z    Compiling rustix v0.38.44
2026-08-18T03:02:19.7340365Z    Compiling papaya v0.2.4
2026-08-18T03:02:19.8290586Z    Compiling filedescriptor v0.8.3
2026-08-18T03:02:19.8523055Z    Compiling nix v0.25.1
2026-08-18T03:02:19.8902739Z    Compiling ctutils v0.4.2
2026-08-18T03:02:19.9120941Z    Compiling hkdf v0.12.4
2026-08-18T03:02:20.0307520Z    Compiling serial v0.4.0
2026-08-18T03:02:20.0524511Z    Compiling backon v1.6.0
2026-08-18T03:02:20.0621230Z    Compiling anstyle-parse v1.0.0
2026-08-18T03:02:20.0913642Z    Compiling vte_generate_state_changes v0.1.2
2026-08-18T03:02:20.1311002Z    Compiling is_terminal_polyfill v1.70.2
2026-08-18T03:02:20.1922829Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-18T03:02:20.2374148Z    Compiling linux-raw-sys v0.4.15
2026-08-18T03:02:20.2570950Z    Compiling anstyle v1.0.14
2026-08-18T03:02:20.3240608Z    Compiling downcast-rs v1.2.1
2026-08-18T03:02:20.3486062Z    Compiling anstyle-query v1.1.5
2026-08-18T03:02:20.3556008Z    Compiling unicode-width v0.2.0
2026-08-18T03:02:20.3911579Z    Compiling shell-words v1.1.1
2026-08-18T03:02:20.4258224Z    Compiling instability v0.3.12
2026-08-18T03:02:20.5041045Z    Compiling foldhash v0.1.5
2026-08-18T03:02:20.5505633Z    Compiling colorchoice v1.0.5
2026-08-18T03:02:20.5717913Z    Compiling vte v0.13.1
2026-08-18T03:02:20.6190793Z    Compiling anstream v1.0.0
2026-08-18T03:02:20.6321218Z    Compiling signal-hook-mio v0.2.5
2026-08-18T03:02:20.6875019Z    Compiling hashbrown v0.15.5
2026-08-18T03:02:20.6962234Z    Compiling spake2 v0.4.0
2026-08-18T03:02:20.7460877Z    Compiling terminal_size v0.4.4
2026-08-18T03:02:20.8773315Z    Compiling strum_macros v0.26.4
2026-08-18T03:02:20.9790495Z    Compiling sha1 v0.10.6
2026-08-18T03:02:21.0086927Z    Compiling itertools v0.13.0
2026-08-18T03:02:21.1944048Z    Compiling toml_edit v0.22.27
2026-08-18T03:02:21.2411332Z    Compiling schemars v1.2.1
2026-08-18T03:02:21.2977999Z    Compiling castaway v0.2.4
2026-08-18T03:02:21.4093446Z    Compiling indoc v2.0.7
2026-08-18T03:02:21.4830798Z    Compiling doctest-file v1.1.1
2026-08-18T03:02:21.7054452Z    Compiling clap_lex v1.1.0
2026-08-18T03:02:21.8034363Z    Compiling unicode-width v0.1.14
2026-08-18T03:02:21.9350647Z    Compiling static_assertions v1.1.0
2026-08-18T03:02:21.9420659Z    Compiling interprocess v2.4.2
2026-08-18T03:02:21.9881090Z    Compiling compact_str v0.8.2
2026-08-18T03:02:22.0010775Z    Compiling clap_builder v4.6.0
2026-08-18T03:02:22.0891043Z    Compiling crossterm v0.28.1
2026-08-18T03:02:22.7930582Z    Compiling lru v0.12.5
2026-08-18T03:02:22.8307070Z    Compiling clap_derive v4.6.1
2026-08-18T03:02:22.8779583Z    Compiling unicode-truncate v1.1.0
2026-08-18T03:02:22.9356320Z    Compiling iana-time-zone v0.1.65
2026-08-18T03:02:22.9557808Z    Compiling cassowary v0.3.0
2026-08-18T03:02:22.9710555Z    Compiling darling_macro v0.23.0
2026-08-18T03:02:23.0440698Z    Compiling nucleo-matcher v0.3.1
2026-08-18T03:02:23.3240622Z    Compiling hyper v1.10.1
2026-08-18T03:02:23.3477066Z    Compiling strum v0.26.3
2026-08-18T03:02:23.3650921Z    Compiling darling v0.23.0
2026-08-18T03:02:23.4526331Z    Compiling chrono v0.4.45
2026-08-18T03:02:23.6798832Z    Compiling qrcode v0.14.1
2026-08-18T03:02:23.7981116Z    Compiling tempfile v3.27.0
2026-08-18T03:02:23.8653345Z    Compiling portable-pty v0.8.1
2026-08-18T03:02:23.9742133Z    Compiling toml v0.8.23
2026-08-18T03:02:24.0051654Z    Compiling ratatui v0.29.0
2026-08-18T03:02:24.3847550Z    Compiling spt-test-support v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-18T03:02:25.1650913Z    Compiling hyper-util v0.1.20
2026-08-18T03:02:25.1844203Z    Compiling clap v4.6.1
2026-08-18T03:02:26.2170759Z    Compiling spt-msg v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-18T03:02:26.5682301Z    Compiling spt-runtime v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-18T03:02:26.7420915Z    Compiling igd-next v0.17.1
2026-08-18T03:02:26.7513234Z    Compiling spt-term v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-18T03:02:27.8003270Z    Compiling portmapper v0.16.0
2026-08-18T03:02:29.5411165Z    Compiling spt-live v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-18T03:02:31.8931215Z    Compiling rustls-webpki v0.103.13
2026-08-18T03:02:34.1481136Z    Compiling tokio-rustls v0.26.4
2026-08-18T03:02:34.1481867Z    Compiling noq-proto v0.17.0
2026-08-18T03:02:34.1482420Z    Compiling rustls-platform-verifier v0.7.0
2026-08-18T03:02:34.2824405Z    Compiling hyper-rustls v0.27.9
2026-08-18T03:02:34.2826363Z    Compiling hickory-net v0.26.0-beta.4
2026-08-18T03:02:34.2826746Z    Compiling tokio-websockets v0.13.2
2026-08-18T03:02:34.4010719Z    Compiling reqwest v0.13.4
2026-08-18T03:02:35.3227383Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-18T03:02:48.5070560Z    Compiling spt-net v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-18T03:02:50.2303505Z    Compiling spt-daemon v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-18T03:03:00.4878221Z    Compiling spt v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-18T03:03:06.4964753Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-08-18T03:03:06.5182815Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-7d74cc56882a8379)
2026-08-18T03:03:06.5195641Z 
2026-08-18T03:03:06.5195755Z running 1 test
2026-08-18T03:03:12.7063545Z test new_brain_serves_against_old_broker ... ok
2026-08-18T03:03:12.7063883Z 
2026-08-18T03:03:12.7064147Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-08-18T03:03:12.7064493Z 
